home *** CD-ROM | disk | FTP | other *** search
/ FM Towns: Free Software Collection 7 / FM Towns Free Software Collection 7.iso / t_os / gpen32k / source.exe / SRC / GPEN.H < prev    next >
C/C++ Source or Header  |  1993-08-02  |  885b  |  29 lines

  1.  
  2. /*    G-Penシリーズ共通ヘッダファイル    */
  3.  
  4. void bsz( int *l, int *b );
  5. void uboxf( int x1, int y1, int x2, int y2, int c1, int c2, int c3 );
  6. void end( void );        /*    終わりのまとまり    */
  7. void udten(int x1, int y1, int x2, int y2);
  8. void lrten(int x1, int y1, int x2, int y2);
  9. void circlen2(int x1, int y1, int x2, int y2, int c );
  10. void circlef2(int x1, int y1, int x2, int y2, int c );
  11. void circlenl(int x1, int y1, int x2, int y2, int c );
  12. void circlefl(int x1, int y1, int x2, int y2, int c );
  13.  
  14. #ifdef    MAIN
  15. #    define    EXT
  16.     char work[EgbWorkSize];
  17.     static char mwork[MosWorkSize];
  18.     static int mei[4];
  19.     int kkx = 120, kky = 220, mcl[6];
  20. #else
  21. #    define    EXT    extern
  22.     /*    各ヘッダファイルで定義    */
  23.     EXT    char work[], b[], mpat[], wallb[];
  24.     EXT int kkx, kky, mcl[], nx[], ny[];
  25. #endif
  26. EXT char *wb, *vp, *vp0;            /*    ポインタ    */
  27. EXT int vz, bc;                    /*    ボタンチェンジ    */
  28.  
  29.